home *** CD-ROM | disk | FTP | other *** search
- # Makefile (Borland C++) for FRONTEND program
-
- frontend.exe : frontend.obj frontend.res frontend.lnk
- tlink /Twe c0ws frontend, frontend, frontend, cwins\
- cs import wxqlcall, frontend.def
- rc -iy:\p\bcpp\20\
- c:\bcpp\include frontend.rc
-
- frontend.obj : frontend.c frontend.h frontend.mak
- bcc -Iy:\p\bcpp\20\
- c:\bcpp\include -W -c -ms frontend.c
-
- frontend.res : frontend.rc frontend.h
- rc -r -iy:\p\bcpp\20\
- c:\bcpp\include frontend.rc
-